@import url('https://fonts.googleapis.com/css2?family=Acme&family=Fredericka+the+Great&family=Monoton&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Fredericka+the+Great&family=Monoton&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Risque&family=Satisfy&family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Monoton&family=Risque&family=Satisfy&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    min-height: 212vh;
    background:linear-gradient(#b4d2d3,#57b8bc,#259faf,#152636,#044553);
    font-family: 'Acme', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}
.container0{
    display: flex;
    justify-content: space-between;
    align-items: center;        
}
.logo{
    display: flex;
    width: 110px;
    height: 110px;
    margin-top: 0px;
    float: left;
        }

.pt-title{
    height: 70px;
    display: flex; 
    justify-content: center;
    align-items: center;
    font-family: 'Caveat', cursive;
    font-size: 40px;
    margin-top: 20px;
    float: left;
    color: black;
}

.list{
    height: 70px;
    display: flex; 
    justify-content: space-evenly;
    font-family: 'Luckiest Guy', cursive;
    font-size: 20px;
    list-style: none;
    margin-top: 12px;
}

.list-expand{
    display: none;
    color: black;
    list-style: none;
    transform: translate(-17px, 20px);
    font-family: 'Satisfy', cursive;
    font-size: 21px;
    font-weight: 700;
    margin-top: -20px;
}

#li-rotate:hover{
    transform: rotate(15deg);
    color: blueviolet;
}

#product-li:hover{
    color: tomato;
}


#title-rotate {
  animation: blinker 5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.beach-list-expand{
    display: none;
    list-style: none;
    font-size: 21px;
    margin-left: 60px;
    margin-top: 0px;

}

.hill-list-expand{
    display: none;
    list-style: none;
    font-size: 21px;
    margin-left: 100px;
    margin-top: 0px;

}

.fort-list-expand{
    display: none;
    list-style: none;
    font-size: 21px;
    margin-left: 40px;
    margin-top: 0px;
}

.palace-list-expand{
    display: none;
    list-style: none;
    font-size: 21px;
    margin-left: 60px;
    margin-top: 0px;

}
/*<------------------------------------------------------------------->*/
/* Nav bar start */

h1{
    display: flex; 
    flex-wrap: wrap;
    flex-shrink: 1;
    color: #000;
    position: relative;
    top: 155px;
    left: 110px;
    font-size: 800;
    letter-spacing: 0.8em;
    transform: skew(10deg);
    text-shadow: -2px 2px 8px whitesmoke;
} 
.container1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vw;
    overflow: hidden;
    position: relative;
    top: 150px;
    flex-wrap: wrap;
    width: 90%;
}
.container2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vw;
    overflow: hidden;
    position: relative;
    top: 150px;
    flex-wrap: wrap;
    width: 90%;
}
.container3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vw;
    overflow: hidden;
    position: relative;
    top: 150px;
    flex-wrap: wrap;
    width: 90%;
}
.card {
    flex: 1;
    height: 50vh;
    position: relative;
    padding-left: 15px;
    transition: all 1s ease-in-out;
}
button{
    color:white;
    background-color:black;
    transition: all 0.5s ease-in-out;
    min-width: 60%;
    position: absolute;
    bottom:0%;
    left: 20%;
    font-size: 20px;
    white-space:wrap;
    border-radius:30px;    
}  
.card:hover{
flex-grow: 10;
}
img:hover{
    filter: grayscale(0%);
}    
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    /* filter: grayscale(100%); */
}
/* :not(:nth-child(5)) {
    margin-right: 1em;
} */

/* footer start */
.container4{
	max-width: 1500px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
    width: 100%;
	background-color: #24262b;
    padding: 30px 0;
    margin-top: 200px;
}
.footer-col{
   width: 23%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: gold;
}
.footer-last{
    /* position: relative;
    top: 320px; */
    width: 100%;
    height: 80px;
    margin: auto;
    background-color: black;
    opacity: 0.8;
}
.footer-last p{
    font-family: 'Risque', cursive;
    font-size: 20px;
    color:white;
    font-weight: 600;
    margin: 0;
    padding: 25px 0;
    text-align: center;
} 

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
/* footer end */

/* top button start */
.to-top {
    background:linear-gradient(#014871,#D7EDE2);
    position: fixed;
    bottom: 16px;
    right:32px;
    width:40px;
    height:40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:32px;
    color:#1f1f1f;
    text-decoration: none;
    opacity:0;
    pointer-events: none;
    transition: all .4s;
  }
  
  .to-top.active {
    bottom:32px;
    pointer-events: auto;
    opacity:1;
  }
  /* top button end */


  